-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement persistent message type in Java #215
Merged
ibrizsabin
merged 1 commit into
development/177-xcall-future-proof-messaging
from
185-java-implement-persistent-message
Dec 20, 2023
Merged
feat: Implement persistent message type in Java #215
ibrizsabin
merged 1 commit into
development/177-xcall-future-proof-messaging
from
185-java-implement-persistent-message
Dec 20, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AntonAndell
requested review from
redlarva,
ibrizsabin and
nightowl121
as code owners
December 18, 2023 11:29
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Dec 18, 2023
AntonAndell
changed the base branch from
main
to
development/177-xcall-future-proof-messaging
December 18, 2023 11:30
github-actions
bot
removed
the
documentation
Improvements or additions to documentation
label
Dec 18, 2023
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## development/177-xcall-future-proof-messaging #215 +/- ##
==================================================================================
+ Coverage 68.58% 68.68% +0.09%
Complexity 62 62
==================================================================================
Files 39 39
Lines 2187 2184 -3
Branches 29 28 -1
==================================================================================
Hits 1500 1500
+ Misses 673 671 -2
+ Partials 14 13 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
AntonAndell
force-pushed
the
185-java-implement-persistent-message
branch
from
December 18, 2023 11:30
9613afc
to
bf639c1
Compare
AntonAndell
changed the title
185 java implement persistent message
feat: Implement persistent message type in Java
Dec 18, 2023
ibrizsabin
reviewed
Dec 19, 2023
contracts/javascore/xcall/src/main/java/foundation/icon/xcall/CallServiceImpl.java
Outdated
Show resolved
Hide resolved
ibrizsabin
reviewed
Dec 19, 2023
contracts/javascore/xcall/src/test/java/foundation/icon/xcall/CallServiceTest.java
Show resolved
Hide resolved
AntonAndell
force-pushed
the
185-java-implement-persistent-message
branch
from
December 19, 2023 08:07
bf639c1
to
e5be598
Compare
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Dec 19, 2023
AntonAndell
force-pushed
the
185-java-implement-persistent-message
branch
from
December 19, 2023 08:11
e5be598
to
7cf576e
Compare
ibrizsabin
approved these changes
Dec 20, 2023
ibrizsabin
merged commit Dec 20, 2023
3569416
into
development/177-xcall-future-proof-messaging
13 checks passed
bishalbikram
pushed a commit
that referenced
this pull request
Oct 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Commit Message
see the guidelines for commit messages.
Changelog Entry
Checklist: